DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / LiveViewExtensions Class / LiveCount Method / LiveCount<T>(View<T>,Expression<Func<T,Boolean>>) Method

In This Topic
    LiveCount<T>(View<T>,Expression<Func<T,Boolean>>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function LiveCount(Of T)( _
       ByVal source As View(Of T), _
       ByVal predicate As Expression(Of Func(Of T,Boolean)) _
    ) As AggregationView(Of T,Integer)
    public static AggregationView<T,int> LiveCount<T>( 
       View<T> source,
       Expression<Func<T,bool>> predicate
    )

    Parameters

    source
    predicate

    Type Parameters

    T
    See Also